complement n. 1.補足(物);補全;互補(成分),補充。 2.(必需的)定量,全量;整套,整組;【航海】(船員的)定額;【軍事】編制人數(shù),定額裝備。 3.【語法】補(足)語;【數(shù)學(xué)】余角,余弧,余數(shù);余集;【計算機】補數(shù),補碼;反碼;【音樂】補足音程;【生物學(xué)】補體[免疲];組[細胞]。 The regiment had its complement of men. 這個團的兵員已足額。 complement of nine's 十進制反碼。 complement of one's 二進制反碼。 complement of ten's 十進制補碼。 complement of two's 二進制補碼。 complement of an angle 余角。 vt. 補充,補足。 complement each other 互為補充。
operator n. 1.操作者,機務(wù)員;司機,駕駛員;【軍事】電話兵;【電話】接線員,話務(wù)員(=telephone operator);【電報】報務(wù)員。 2.(外科)施行手術(shù)者。 3.掮客,經(jīng)紀人。 4.【語法】功能詞。 5.【數(shù)學(xué)】算子,算符。 6.經(jīng)營者;〔美國〕工廠主,資方。 7.投機商人,騙子;精明圓滑的人。 8.【戲劇】燈光助理員。 an operator's set 話務(wù)員的電話機。 a telegraph operator 電報報務(wù)員。 an unitary operator 公正算符。 a mine operator 礦山經(jīng)營者,礦主。
Bitwise complement operators are predefined for 按位求補運算符是為
The logical complement operator 邏輯求補運算符(
Bitwise complement operator 按位求補運算符
You can apply the bitwise complement operator to the negative result in visual basic , 可對負結(jié)果應(yīng)用按位求補運算符( ~ ) (在visual basic中,將負結(jié)果和- 1進行
And finally , the complement operator inverts the value of each bit of the operand : if the operand bit is 1 the result is 0 and if the operand bit is 0 the result is 1 最后,上面的互補運算符(按位異或)對兩個操作數(shù)的每個比特位進行值的轉(zhuǎn)化:操作數(shù)比特位是1的(另一個為0 )運算后的(比特位)結(jié)果為1 ,比特位為0 (而另一個操作數(shù)為1的) ,計算后結(jié)果為1